PATH![]() |
![]() ![]() |
Adds a region to a window's update region.
pascal OSStatus InvalWindowRgn (
WindowPtr window,
RgnHandle region);
The InvalWindowRgn function informs the Window Manager that an area of a window should be redrawn. The InvalWindowRgn function is similar to the InvalRgn function, but InvalWindowRgn allows the window that it operates upon to be explicitly specified, instead of operating on the current graphics port, so InvalWindowRgn does not require the graphics port to be set before its use. See Maintaining the Update Region for further discussion.